home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 November / CHIP Kasım 1997.iso / ARACLAR / WINCOM / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDRIVEDLG / TDRIVEDLG.txt
Encoding:
Text File  |  1997-04-14  |  1.7 KB  |  89 lines

  1. object DRIVEDLG: TDRIVEDLG
  2.   Tag = 1
  3.   Left = 220
  4.   Top = 109
  5.   ActiveControl = id_drivedlgchoose
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'ERROR!'
  9.   ClientHeight = 100
  10.   ClientWidth = 235
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Drivenotfound: TLabel
  19.     Tag = 2
  20.     Left = 6
  21.     Top = 8
  22.     Width = 223
  23.     Height = 16
  24.     AutoSize = False
  25.     Caption = 'Drive not found!'
  26.     Font.Color = clBtnText
  27.     Font.Height = -12
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     WordWrap = True
  32.   end
  33.   object Pleasechooseanother: TLabel
  34.     Tag = 3
  35.     Left = 6
  36.     Top = 41
  37.     Width = 163
  38.     Height = 16
  39.     AutoSize = False
  40.     Caption = 'Please choose another:'
  41.     WordWrap = True
  42.   end
  43.   object id_drivedlgchoose: TComboBox
  44.     Left = 171
  45.     Top = 40
  46.     Width = 60
  47.     Height = 21
  48.     Style = csDropDownList
  49.     DropDownCount = 20
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ItemHeight = 13
  55.     ParentFont = False
  56.     Sorted = True
  57.     TabOrder = 0
  58.     OnChange = id_drivedlgchooseChange
  59.   end
  60.   object Ok: TButton
  61.     Tag = 4001
  62.     Left = 23
  63.     Top = 70
  64.     Width = 85
  65.     Height = 25
  66.     Caption = 'Ok'
  67.     Default = True
  68.     ModalResult = 1
  69.     TabOrder = 1
  70.     OnClick = OkClick
  71.   end
  72.   object Cancel: TButton
  73.     Tag = 4002
  74.     Left = 127
  75.     Top = 70
  76.     Width = 85
  77.     Height = 25
  78.     Cancel = True
  79.     Caption = 'Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 2
  82.     OnClick = CancelClick
  83.   end
  84.   object Translate1: TTranslate
  85.     Tag = 5500
  86.     Top = 72
  87.   end
  88. end
  89.